<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mobile_website{
    display: none;
}
.pc_website{
    display: block;
}
@media screen and (max-width: 1024px){
    /* å…¬å…±æ&nbsp;·å¼é‡å†™ */
    body *{
        box-sizing: border-box;
        -moz-box-sizing: border-box; /* Firefox */
        -webkit-box-sizing: border-box; /* Safari */
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    a {
        text-decoration:none;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    html {
        font-size: 100px;
    }
    html,body {
        width:100%;
        height:100%;
        position: relative;
    }
    body {
        font-size:0.14rem;
        line-height: 1.8;
        font-weight: normal;
        font-family:-apple-system-font, "Helvetica Neue", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
        color:#404040;
        min-width: 100% !important;
        background-color: #F7F7F7;
        overflow-x: hidden;
    }
    .cl{
        clear:both;
        font-size:0px;
        height:0px;
        line-height:0px;
    }
    .clearfix:before,.clearfix:after{
        content:"";display:table;
    }
    .clearfix:after{
        clear:both;
    }
    .clearfix{
        zoom:1;
    }
    html{
        -webkit-text-size-adjust:100%;
        -ms-text-size-adjust:100%;
    }
    *html{
        background-image:url(about:blank);
        background-attachment:fixed;
    }
    body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
        margin:0;
        padding:0;
    }
    ol,ul{
        list-style:none;
    }
    table{
        border-collapse:collapse;
    }
    * html .clearfix{
        height:1%;
    }
    h1,h2,h3,h4,h5,h6,em,i{
        font-style:normal;
        font-weight:normal;
    }
    a{
        cursor:pointer;
        text-decoration:none;
    }
    a:hover{
        outline:none;
        blur:expression(this.onFocus=this.blur());

    }
    img{
        border:0px none;
        display: inline-block;
        vertical-align:top;
        max-width: 100%;
    }
    input,button,textarea,select{
        *font-size:100%;
        outline:none;
        vertical-align:middle;
    }
    input{
        border:0 none;
        vertical-align:middle;
        outline:none;
        background:none;
    }
    @font-face {
        font-family: 'BarlowCondensed-Medium';
        src: url('../fonts/BarlowCondensed-Medium.otf');
        src: url('../fonts/BarlowCondensed-Medium.woff') format('woff'),
        url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'BarlowCondensed-Regular';
        src: url('../fonts/BarlowCondensed-Regular.otf');
        src: url('../fonts/BarlowCondensed-Regular.woff') format('woff'),
        url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }


    @font-face {
        font-family: 'BarlowSemiCondensed-Regular';
        src: url('../fonts/BarlowSemiCondensed-Regular.otf');
        src: url('../fonts/BarlowSemiCondensed-Regular.woff') format('woff'),
        url('../fonts/BarlowSemiCondensed-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }



    @font-face {
        font-family: 'BarlowSemiCondensed-Medium';
        src: url('../fonts/BarlowSemiCondensed-Medium.otf');
        src: url('../fonts/BarlowSemiCondensed-Medium.woff') format('woff'),
        url('../fonts/BarlowSemiCondensed-Medium.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }


    @font-face {
        font-family: 'BarlowSemiCondensed-Light';
        src: url('../fonts/BarlowSemiCondensed-Light.otf');
        src: url('../fonts/BarlowSemiCondensed-Light.woff') format('woff'),
        url('../fonts/BarlowSemiCondensed-Light.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Barlow-Light';
        src: url('../fonts/Barlow-Light.otf');
        src: url('../fonts/Barlow-Light.woff') format('woff'),
        url('../fonts/Barlow-Light.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    /* index-start */
    .pc_website{
        display: none;
    }
    .mobile_website{
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 200;
        overflow: hidden;
    }
    .mobile-article{
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        position: relative;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-backface-visibility: hidden;
        -moz-perspective: 1000;
        backface-visibility: hidden;
        perspective: 1000;
    }
    .mobile-header{
        position: relative;
        padding: 0.16rem 0.15rem;
        background: #fff;
        transition: all .2s;
    }
    .mobile-header.fixed{
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100%;
        background: none;
    }
    .mobile-header.fixed.bg_color{
        background: #fff;
    }
    .mobile-logo{
        display: block;
        width: 1.17rem;
        height: 0.34rem;
        background: url("../images/image-h5/logo_img02.png") no-repeat center;
        background-size: 100%;
        transition: all .2s;
    }
    .mobile-header.fixed .mobile-logo{
        background: url("../images/image-h5/logo_img01.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-header.fixed.bg_color .mobile-logo{
        background: url("../images/image-h5/logo_img02.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-menu,
    .mobile-search{
        position: absolute;
        top: 50%;
        margin-top: -0.1rem;
        z-index: 10;
        display: block;
        width: 0.2rem;
        height: 0.2rem;
        transition: all .3s;
    }
    .mobile-menu,
    .mobile-header.fixed.bg_color .mobile-menu{
        right: 0.15rem;
        background: url("../images/image-h5/menu_icon01.png") no-repeat center;
        background-size: 0.2rem 0.18rem;
    }
    .fixed .mobile-menu{
        background: url("../images/image-h5/menu_icon02.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-search,
    .mobile-header.fixed.bg_color .mobile-search{
        right: 0.6rem;
        background: url("../images/image-h5/search_icon02.png") no-repeat center;
        background-size: 100%;
    }
    .fixed .mobile-search{
        background: url("../images/image-h5/search_icon.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-banner{
        position: relative;
        height: 3.6rem;
        overflow: hidden;
    }
    .mobile-banner .swiper-wrapper{
        height: 3.6rem;
    }
    .mobile-banner .swiper-slide{
        width: 100%;
        height: 100%;
    }
    .mobile-banner .swiper-slide .img_box{
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .mobile-banner .swiper-slide img{
        display: block;
        width: 100%;
    }
    .mobile-banner .swiper-slide .title{
        position: absolute;
        left: 0;
        bottom:53.055%;
        width: 100%;
        font-size: 0;
        text-align: center;
    }
    .mobile-banner .swiper-slide .title img{
        display: inline-block;
        vertical-align: top;
        width: 71.466%;
    }
    .mobile-banner .swiper-slide .play_btn{
        position: absolute;
        left: 50%;
        bottom:38.333%;
        margin-left: -0.16rem;
        z-index: 20;
        display: block;
        width: 0.32rem;
        height: 0.32rem;
        background: url("../images/play_btn.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-banner .ban_dot span{
        transition: all .3s;
    }
    .bg_white{
        background: #fff;
    }
    .mobile-recom{
        padding: 0.3rem 0.2rem;
    }
    .mobile-recom&gt;a{
        display: block;
    }
    .mobile-recom&gt;a img{
        display: block;
        width: 100%;
    }
    .mobile-module{
        padding: 0.26rem 0.2rem 0.3rem;
    }
    .mobile-module h2{
        padding-left: 0.19rem;
        font-size: 0.24rem;
        color: #404040 ;
        line-height: 0.32rem;
        font-weight: 500;
        background: url("../images/image-h5/icon01.png") no-repeat left center;
        background-size: 0.09rem 0.13rem;
    }
    .mobile-fund_list{
        margin-top: 26px;
        border-top: 1px solid #EDEDED;
    }
    .mobile-fund_list li{
        position: relative;
    }
    .mobile-fund_list li .text{
        display: block;
        padding: 0.17rem 0 0.18rem;
        border-bottom: 1px solid #EDEDED;
    }
    .mobile-fund_list .tit{
        display: inline-block;
        vertical-align: top;
        font-size: 0.24rem;
        color: #404040 ;
        line-height: 0.32rem;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500;
    }
    .mobile-fund_list .txt{
        font-size: 0.16rem;
        color: #808080;
        line-height: 0.24rem;
    }
    .mobile-fund_list .p1{
        margin-top: 0.2rem;
        font-size: 0.36rem;
        color: #D50000 ;
        line-height: 0.44rem;
        font-family: 'BarlowSemiCondensed-Medium',-apple-system;
    }
    .mobile-fund_list .p1 img{
        padding: 0.05rem 0;
        display: block;
        height: 0.44rem;
    }
    .mobile-fund_list .p2{
        margin-top: 0.03rem;
        font-size: 0.16rem;
        color:#808080;
        line-height: 0.2rem;
    }
    .mobile-fund_list .rt_btn{
        position: absolute;
        right:-0.05rem;
        top: 50%;
        margin-top: 0.2rem;
        z-index: 20;
        display: block;
        padding-right: 0.15rem;
        min-width: 0.2rem;
        height: 0.2rem;
        line-height: 0.2rem;
        background: url("../images/image-h5/rt_icon.png") no-repeat right center;
        background-size: 0.07rem 0.1rem;
    }
    .mobile-more_btn a{
        display: block;
        font-size: 0.16rem;
        color: #D50000 ;
        line-height: 0.44rem;
        text-align: center;
        background: #F7F7F7;
    }
    .mobile-views_list{
        margin-top: 0.26rem;
    }
    .mobile-views_list li{
        padding-bottom:0.6rem;
    }
    .mobile-views_list .img img{
        display: block;
        width: 100%;
    }
    .mobile-views_list .img a{
        display: block;
    }
    .mobile-views_list .tit a{
        margin-top: 0.2rem;
        max-height: 0.8rem;
        font-size: 0.3rem;
        color: #404040;
        line-height: 0.4rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .mobile-views_list .date{
        margin: 0.17rem 0;
        font-size: 0.14rem;
        color: #404040;
        line-height: 0.2rem;
        font-family: 'BarlowCondensed-Regular',-apple-system;
    }
    .mobile-views_list .date span{
        margin-right: 0.1rem;
    }
    .mobile-views_list .p1{
        font-size: 0.16rem;
        color: #404040;
        line-height: 0.24rem;
        text-align: justify;
    }
    .mobile-footer{
        padding: 0.36rem 0.2rem 0.3rem;
        margin-top: 0.3rem;
        border-top: 1px solid #EDEDED;
    }
    .mobile-footer .p1{
        font-size: 0.13rem;
        color: #404040;
        line-height: 0.2rem;
        font-weight: 500;
    }
    .mobile-footer .p2{
        margin: 0.12rem 0 0.1rem;
        font-size: 0.3rem;
        color:#404040;
        line-height: 0.38rem;
        font-family: 'BarlowSemiCondensed-Medium', -apple-system;
    }
    .mobile-footer .p3,
    .mobile-footer .p4{
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.22rem;
    }
    .mobile-footer .p4{
        margin-top: 0.33rem;
    }
    .mobile-footer .p4 a{
        color: #D50000;
    }
    .mobile-adv{
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        width: 100%;
        padding: 0.1rem 0.8rem 0.12rem 0.98rem;
        min-height: 0.6rem;
        background: #333333;
    }
    .mobile-adv .close{
        position: absolute;
        left: 0.2rem;
        top:0.22rem;
        z-index: 10;
        display: block;
        width: 0.17rem;
        height: 0.17rem;
        background: url("../images/image-h5/soft_icon_close.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-adv&gt;img{
        position: absolute;
        left: 0.47rem;
        top: 0.11rem;
        display: block;
        width: 0.38rem;
        height: 0.38rem;
    }
    .mobile-adv h3{
        font-size: 0.14rem;
        color: #FFFFFF ;
        line-height: 0.2rem;
        font-weight: 500;
    }
    .mobile-adv .p1{
        margin-top: 0.02rem;
        font-size: 0.11rem;
        color: #fff;
        line-height: 0.16rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-adv .btn{
        position: absolute;
        right: 0.2rem;
        top: 0.18rem;
        z-index: 10;
        display: block;
        width: 0.6rem;
        height: 0.24rem;
        font-size: 0.11rem;
        color: #FFFFFF;
        line-height: 0.24rem;
        text-align: center;
        font-weight: 500;
        background: #D50000;
        border-radius:0.02rem;
    }
    .mobile-search_box{
        position: relative;
        padding: 0.1rem 0.56rem 0.1rem 0.15rem;
        background: #fff;
    }
    .add_bb{
        border-bottom: 1px solid #EDEDED;
    }
    .mobile-search_box.pl45{
        padding-left: 0.45rem;
    }
    .mobile-search_box .mobile-back{
        left: 0;
        top: 0.11rem;
    }
    .mobile-search_box .input_box{
        position: relative;
    }
    .mobile-search_box .input_box input{
        display: block;
        padding: 0.11rem 0.15rem 0.11rem 0.5rem;
        width: 100%;
        height: 0.44rem;
        font-size: 0.16rem;
        color: #404040;
        line-height: 0.22rem;
        background: #F7F7F7;
    }
    .mobile-search_box .input_box input::placeholder{
        color: #BCBCBC;
    }
    .mobile-search_box .input_box em{
        position: absolute;
        left: 0.15rem;
        top: 0;
        display: block;
        width:0.2rem;
        height: 0.44rem;
        background: url("../images/image-h5/search_icon01.png") no-repeat center;
        background-size: 0.2rem;
    }
    .mobile-search_box .btn{
        position: absolute;
        right: 0;
        top: 0.1rem;
        z-index: 20;
        display: block;
        width: 0.56rem;
        font-size: 0.16rem;
        color: #808080 ;
        line-height: 0.44rem;
        text-align: center;
    }
    .mobile-search_box .btn.act{
        color: #D50000;
    }
    .mobile-search_history{
        margin-top: 0.1rem;
    }
    .mobile-search_history .tit{
        position: relative;
        padding: 0.1rem 0.15rem 0.09rem;
        font-size: 0.14rem;
        color:#808080 ;
        line-height: 0.2rem;
    }
    .mobile-search_history .tit .delete{
        position: absolute;
        right: 0.1rem;
        top:0.1rem;
        z-index: 20;
        display: block;
        width: 0.2rem;
        height: 0.2rem;
        background: url("../images/image-h5/delete_icon.png") no-repeat center;
        background-size: 0.13rem 0.16rem;
    }
    .mobile-search_history .history_label{
        padding: 0 0.05rem 0.2rem 0.15rem;
        font-size: 0;
    }
    .mobile-search_history .history_label span{
        display: inline-block;
        vertical-align: top;
        margin: 0.1rem 0.1rem 0 0;
        padding: 0 0.14rem;
        font-size: 0.13rem;
        color: #404040;
        line-height: 0.35rem;
        background: #F7F7F7;
        border-radius: 0.02rem;
        font-family: 'BarlowCondensed-Regular', -apple-system;
    }
    .mt40{
        margin-top: 0.4rem;
    }
    .mobile-tab_box{
        padding-left: 0.2rem;
        font-size: 0;
        white-space: nowrap;
        overflow-x: auto;
        background: #fff;
    }
    .mobile-tab_box span{
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-right: 0.25rem;
        font-size: 0.16rem;
        color: #404040;
        line-height: 0.46rem;
    }
    .mobile-tab_box span:last-child{
        margin-right: 0.2rem;
    }
    .mobile-tab_box span.act{
        color: #D50000;
        font-weight: 500;
    }
    .mobile-tab_box span.act:after{
        position: absolute;
        left:50%;
        bottom: 0;
        margin-left: -0.16rem;
        content: "";
        display: block;
        width: 0.32rem;
        height: 0.02rem;
        background: #D50000;
    }
    .m-ared{
        color: #D50000 !important;
    }
    .mobile-search-item{
        margin-top: 0.1rem;
        padding-left: 0.15rem;
        background: #fff;
    }
    .mobile-search-item h2{
        position: relative;
        font-size: 0.16rem;
        color:#404040 ;
        line-height: 0.46rem;
        font-weight: 500;
    }
    .mobile-search-item h2 .more{
        position: absolute;
        right: 0.15rem;
        top: 0.08rem;
        z-index: 10;
        display: inline-block;
        vertical-align: top;
        padding-right:0.15rem;
        font-size: 0.14rem;
        color:#808080;
        line-height: 0.3rem;
        background: url("../images/image-h5/rt_icon.png") no-repeat right center;
        background-size: 0.07rem 0.1rem;
    }
    .mobile-table01{
        width: 100%;
    }
    .mobile-table01 td{
        position: relative;
        border-top: 1px solid #EDEDED;
        padding: 0.16rem 0;
        vertical-align: middle;
    }
    .mobile-table01 td:first-child{
        width: 70%;
    }
    .mobile-table01 td .tit{
        width:2.8rem;
    }
    @media screen and (min-width:321px) and (max-width: 375px){
        .mobile-table01 td .tit{
            width: 2.5rem;
        }
    }
    @media screen and (max-width:320px) {
        .mobile-table01 td .tit{
            width: 2.2rem;
        }
    }
    .mobile-table01 td .tit&gt;a{
        display: inline-block;
        vertical-align: top;
        max-width:100%;
        font-size: 0.16rem;
        color: #1C1C1C;
        line-height: 0.24rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-table01 td .label{
        margin-top: 0.06rem;
        font-size: 0;
    }
    .mobile-table01 td .label span{
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-left: 0.16rem;
        font-size: 0.13rem;
        color: #808080 ;
        line-height: 0.17rem;
    }
    .mobile-table01 td .label span:before{
        position: absolute;
        left: 0.08rem;
        top: 0.02rem;
        content: "";
        display: block;
        width: 1px;
        height:0.13rem;
        background: #EDEDED;
    }
    .mobile-table01 td .label span:first-child{
        padding-left: 0;
    }
    .mobile-table01 td .label span:first-child::before{
        display: none;
    }
    .mobile-table01 td:last-child{
        text-align: right;
        padding-right: 0.15rem;
    }
    .mobile-table01 td .p1{
        font-size: 0.2rem;
        color: #404040;
        line-height: 0.24rem;
        font-family: 'BarlowSemiCondensed-Medium', -apple-system;
    }
    .mobile-table01 td .p1 span{
        font-size: 0.14rem;
        display: inline-block;
        vertical-align: bottom;
        line-height: 0.2rem;
    }
    .mobile-table01 td .p2{
        margin-top: 0.06rem;
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.17rem;
    }
    .mobile_manager_list li&gt;a{
        display: block;
        position: relative;
        border-top: 1px solid #EDEDED;
        padding: 0.16rem 0.15rem 0.16rem 0.62rem;
        min-height: 0.8rem;
    }
    .mobile_manager_list .img{
        position: absolute;
        left: 0;
        top: 0.16rem;
        width: 0.48rem;
        height: 0.48rem;
        border-radius: 100%;
        overflow: hidden;
    }
    .mobile_manager_list .img img{
        display: block;
        width: 100%;
    }
    .mobile_manager_list .tit{
        font-size: 0.16rem;
        color: #404040;
        line-height: 0.24rem;
        font-weight: 500;
    }
    .mobile_manager_list .tit span{
        display: inline-block;
        vertical-align: middle;
        margin-top: -0.03rem;
        margin-left: 0.1rem;
        padding: 0 0.05rem;
        font-size: 0.12rem;
        color: #FF9500;
        line-height: 0.16rem;
        border: 1px solid #FF9500;
        border-radius: 0.02rem;
    }
    .mobile_manager_list .p1{
        margin-top: 0.06rem;
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.18rem;
    }
    .mobile_manager_list .p1 span{
        color: #404040;
        font-family: 'BarlowSemiCondensed-Medium', -apple-system;
    }
    .mobile-news_list li{
        padding: 0.26rem 0.15rem 0.26rem 0;
        border-top: 1px solid #EDEDED;
    }
    .mobile-news_list .tit{
        font-size: 0.16rem;
        color: #1C1C1C;
        line-height: 0.24rem;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-news_list .tit&gt;a{
        display: block;
        color: #1C1C1C;
    }
    .mobile-news_list .p1{
        margin-top: 0.15rem;
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.2rem;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .mobile-news_list .time{
        margin-top: 0.12rem;
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.22rem;
    }
    .mobile-news_list .time span{
        margin-left: 0.15rem;
        font-family: 'BarlowSemiCondensed-Medium', -apple-system;
    }
    .mobile-video_list li{
        position: relative;
        min-height: 1.1rem;
        padding: 0.16rem 0.15rem 0.16rem 1.32rem;
        border-top: 1px solid #EDEDED;
    }
    .mobile-video_list li .img{
        position: absolute;
        left: 0;
        top: 0.2rem;
        width: 1.17rem;
        height:0.7rem;
        overflow: hidden;
    }
    .mobile-video_list li .img img{
        display: block;
        width: 100%;
    }
    .mobile-video_list li .tit{
        font-size: 0.16rem;
        color:#404040;
        line-height: 0.24rem;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-video_list li .tit&gt;a{
        display: block;
        color: #404040;
    }
    .mobile-video_list li .p1{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-video_list li .p1,
    .mobile-video_list li .time{
        margin-top: 0.06rem;
        font-size: 0.13rem;
        color:#808080;
        line-height: 0.2rem;
    }
    .mobile-video_list li .time{
        font-family: 'BarlowSemiCondensed-Medium', -apple-system;
    }
    .mobile-table01 td .new,
    .mobile-table02 td .new{
        position: absolute;
        left: -0.15rem;
        top: 0;
        display: block;
        width:0.28rem;
        height: 0.28rem;
        background: url("../images/image-h5/new_icon.png") no-repeat bottom center;
        background-size: 0.28rem 0.29rem;
    }
    .mobile-tab_type{
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        background: #fff;
        border-top: 1px solid #EDEDED;
    }
    .mobile-tab_type .row-1{
        flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        font-size: 0;
        text-align: center;
    }
    .mobile-tab_type .row-1 span{
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 0.16rem;
        color: #404040;
        line-height: 0.44rem;
    }
    .mobile-tab_type .row-1.act span{
        color: #D50000;
        font-weight: 500;
    }
    .mobile-tab_type .row-1.act span:before{
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -0.11rem;
        content: "";
        display: block;
        width: 0.22rem;
        height: 0.02rem;
        background: #CC101B;
    }
    .mobile-tab_type .row-1 .quest{
        display:inline-block;
        vertical-align: top;
        margin-left: 0.04rem;
        width: 0.16rem;
        height:0.44rem;
        background: url("../images/image-h5/quest_icon.png") no-repeat center;
        background-size: 0.16rem;
    }
    .mobile_type_sel{
        position: relative;
        border-top: 1px solid #EDEDED;
        background: #fff;
        overflow: hidden;
    }
    .mobile_type_sel .inner{
        font-size: 0;
        white-space:nowrap;
        overflow-x: auto;
    }
    .mobile_type_sel span{
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-left: 0.25rem;
        padding: 0.1rem  0;
        font-size: 0.14rem;
        color: #404040;
        line-height: 0.24rem;
    }
    .mobile_type_sel span:last-child{
        margin-right: 0.75rem;
    }
    .mobile_type_sel span.act{
        color: #D50000;
    }
    .mobile_type_sel .select{
        position: absolute;
        right: 0;
        top:0;
        z-index: 50;
        display: inline-block;
        padding: 0.1rem 0.28rem 0.1rem 0.1rem;
        font-size: 0.14rem;
        color: #404040;
        line-height: 0.24rem;
        background: #fff;
        box-shadow:0 0 0.1rem rgba(0,0,0,.2);
        -moz-box-shadow:0 0 0.1rem rgba(0,0,0,.2);
        -webkit-box-shadow:0 0 0.1rem rgba(0,0,0,.2);
    }
    .mobile_type_sel .select:after{
        position: absolute;
        right:0.1rem;
        top: 50%;
        margin-top: -0.07rem;
        content: "";
        display: block;
        width: 0.14rem;
        height: 0.14rem;
        background: url("../images/image-h5/icon_06.png") no-repeat center;
        background-size: 0.14rem;
    }
    .mobile-table02{
        margin-top: 0.1rem;
        padding-left: 0.15rem;
        background: #fff;
    }
    .mobile-table02.data{
        margin-top: 0;
    }
    .mobile-table02 table{
        width: 100%;
    }
    .mobile-table02 table th{
        padding:0.1rem 0;
        vertical-align: top;
        text-align: right;
        font-size: 0.13rem;
        color: #808080 ;
        line-height: 0.2rem;
        font-weight:300;
        border-bottom: 1px solid #EDEDED;
    }
    .mobile-table02 table th&gt;span{
        display: block;
    }
    .mobile-table02 table th i{
        display: inline-block;
        vertical-align: top;
        padding-right: 0.11rem;
        font-style: normal;
        background: url("../images/image-h5/arrow01.png") no-repeat right center;
        background-size:0.06rem 0.04rem;
    }
    .mobile-table02 table th i.act{
        background: url("../images/image-h5/arrow03.png") no-repeat right center;
        background-size:0.06rem 0.04rem;
    }
    .mobile-table02 table th:first-child,
    .mobile-table02 table td:first-child{
        text-align: left;
    }
    .mobile-table02 table th:last-child,
    .mobile-table02 table td:last-child{
        padding-right: 0.15rem;
    }
    .mobile-table02 table td{
        position: relative;
        padding: 0.16rem 0;
        vertical-align: middle;
        text-align: right;
        border-bottom: 1px solid #EDEDED;
    }
    .mobile-table02 table .tit{
        padding: 0.03rem 0.1rem 0.03rem 0;
        font-size: 0.16rem;
        color:#333333;
        line-height: 0.18rem;
        font-weight: 500;
    }
    .mobile-table02 table .tit&gt;a{
        display: block;
        color:#333333;
    }
    .mobile-table02 table .p1{
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.2rem;
        font-family: 'BarlowCondensed-Regular', -apple-system;
    }
    .mobile-table02 table .p2{
        font-size: 0.16rem;
        color: #333333 ;
        line-height: 0.24rem;
        font-family: 'BarlowCondensed-Regular', -apple-system;
    }
    .mobile-table02 table .p3{
        font-size: 0.16rem;
        color: #808080;
        line-height: 0.24rem;
        font-family: 'BarlowSemiCondensed-Medium', -apple-system;
    }
    .overlayer_box{
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.4);
    }
    .overlayer_statement{
        position: absolute;
        left: 50%;
        top: 50%;
        width: 2.8rem;
        background: #FFFFFF;
        border-radius:0.04rem;
        transform: translate(-50%,-50%);
    }
    .overlayer_statement h2{
        padding-top: 0.25rem;
        font-size: 0.18rem;
        color:#404040;
        line-height: 0.28rem;
        text-align: center;
    }
    .overlayer_statement .cont{
        margin-top: 0.1rem;
        padding: 0 0.25rem 0.22rem;
    }
    .overlayer_statement .cont p{
        font-size: 0.15rem;
        color: #404040;
        line-height: 0.24rem;
        text-align: justify;
    }
    .overlayer_btn{
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        border-top: 1px solid #EDEDED;
    }
    .overlayer_btn .row-1{
        display: block;
        flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        font-size: 0.18rem;
        color: #D50000;
        line-height: 0.5rem;
        text-align: center;
    }
    .overlayer_type{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
    }
    .overlayer_type .list{
        padding: 0 0.15rem;
        flex-direction: column;
    }
    .overlayer_type .list li{
        float: left;
        margin-top: 0.1rem;
        width: calc(50% - 0.08rem);
    }
    .overlayer_type .list li:nth-child(2n){
        margin-left: 0.15rem;
    }
    .overlayer_type .list li&gt;span{
        display: block;
        font-size: 0.14rem;
        color:#404040;
        line-height: 0.38rem;
        text-align: center;
        background: #F7F7F7;
        border-radius: 0.02rem;
        border: 1px solid #F7F7F7;
        transition: all .2s;
    }
    .overlayer_type .list li.act&gt;span{
        background: rgba(213,0,0,0.10);
        color: #D50000;
        border-color: #D50000;
    }
    .overlayer_flex_btn{
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        padding: 0.2rem 0.15rem;
    }
    .overlayer_flex_btn .row-1{
        flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
    }
    .overlayer_flex_btn .row-1:not(:first-child){
        margin-left: 0.15rem;
    }
    .overlayer_flex_btn .row-1&gt;a{
        display: block;
        font-size: 0.16rem;
        color: #404040;
        line-height: 0.38rem;
        text-align: center;
        background: #FFFFFF;
        border: 1px solid #EBEBEB;
        border-radius: 0.02rem;
    }
    .overlayer_flex_btn .row-1.act&gt;a{
        color: #fff;
        background: #D50000;
        border-color: #D50000;
    }
    .mobile-compare_pro{
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        padding: 0.2rem 0.15rem;
    }
    .mobile-compare_pro .row-1{
        position: relative;
        height: 1.35rem;
        flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        border-radius: 0.03rem;
    }
    .mobile-compare_pro .row-1.left{
        background-image: linear-gradient(225deg, #F54D4D 0%, #D50000 100%);
        box-shadow: 0 7px 10px -5px rgba(213,0,0,0.50);
    }
    .mobile-compare_pro .row-1.right{
        background-image: linear-gradient(218deg, #54B3FC 0%, #1F76E7 85%);
        box-shadow: 0 13px 20px -9px rgba(67,113,224,0.50);
    }
    .mobile-compare_pro .vs{
        width: 0.55rem;
        padding:0.55rem 0;
        font-size: 0.2rem;
        color: #D50000 ;
        line-height: 0.25rem;
        text-align: center;
        font-family: 'BarlowSemiCondensed-Medium', -apple-system;
    }
    .mobile-compare_pro .icon_box{
        position: absolute;
        left: 0;
        top: 50%;
        padding-top: 0.27rem;
        width: 100%;
        font-size: 0.14rem;
        color:#FFFFFF;
        line-height: 0.2rem;
        text-align: center;
        background: url("../images/image-h5/add_icon.png") no-repeat top center;
        background-size: 0.21rem;
        transform: translateY(-50%);
    }
    .mobile-compare_list{
        padding: 0.26rem 0.15rem;
    }
    .mobile-compare_list h2{
        font-size:0.16rem;
        color: #333333 ;
        line-height: 0.24rem;
        font-weight: 500;
    }
    .mobile-compare_list .list{
        margin-top: 0.1rem;
        border-bottom: 1px solid #EDEDED;
    }
    .mobile-compare_list .list li{
        position: relative;
        padding: 0.16rem 0;
        border-top: 1px solid #EDEDED;
    }
    .mobile-compare_list .list .tit{
        font-size: 0.16rem;
        color:#333333;
        line-height: 0.24rem;
    }
    .mobile-compare_list .list .tit a{
        display: block;
        color:#333333;
    }
    .mobile-compare_list .list .p1{
        font-size: 0;
    }
    .mobile-compare_list .list .p1 span{
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-left: 0.16rem;
        font-size: 0.13rem;
        color: #808080 ;
        line-height: 0.2rem;
    }
    .mobile-compare_list .list .p1 span:before{
        position: absolute;
        left: 0.08rem;
        top: 0.03rem;
        content: "";
        display: block;
        width: 1px;
        height:0.14rem;
        background: #EDEDED;
    }
    .mobile-compare_list .list .p1 span:first-child{
        padding-left: 0;
    }
    .mobile-compare_list .list .p1 span:first-child::before{
        display: none;
    }
    .mobile-compare_list .list .add_btn{
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.12rem;
        display: inline-block;
        vertical-align: top;
        font-size: 0.14rem;
        color: #D50000;
        line-height: 0.24rem;
    }
    .overlayer_box .mobile-compare_list{
        padding: 0 0.15rem;
        background: #fff;
        border-top: 1px solid #EDEDED;
    }
    .overlayer_box .mobile-compare_list .list{
        margin-top: 0;
    }
    .overlayer_box .mobile-compare_list .list li:first-child{
        border-top: none;
    }
    .mobile-compare_pro .text_box{
        padding: 0.2rem 0.15rem;
        width: 100%;
        height: 100%;
    }
    .mobile-compare_pro .text_box .tit{
        font-size: 0.15rem;
        color: #FFFFFF;
        line-height: 0.22rem;
        min-height: 0.44rem;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .mobile-compare_pro .text_box .label{
        margin-top: 0.05rem;
        font-size: 0;
    }
    .mobile-compare_pro .text_box .label span{
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-left: 0.12rem;
        font-size: 0.12rem;
        color: #fff ;
        line-height: 0.2rem;
        font-family: 'BarlowCondensed-Regular', -apple-system;
    }
    .mobile-compare_pro .text_box .label span:before{
        position: absolute;
        left: 0.06rem;
        top: 0.04rem;
        content: "";
        display: block;
        width: 1px;
        height:0.12rem;
        background: rgba(255,255,255,.5);
    }
    .mobile-compare_pro .text_box .label span:first-child{
        padding-left: 0;
    }
    .mobile-compare_pro .text_box .label span:first-child::before{
        display: none;
    }
    .mobile-compare_pro .text_box .change_btn{
        margin: 0.06rem auto 0;
        display: block;
        width: 0.2rem;
        height: 0.23rem;
        background: url("../images/image-h5/icon03.png") no-repeat center;
        background-size: 0.19rem 0.24rem;
    }
    .mobile-compare_text{
        padding: 0 0.15rem 0.2rem;
    }
    .mobile-compare_text .p1{
        font-size: 0.12rem;
        color: #808080 ;
        line-height: 0.2rem;
    }
    .mobile-compare_text .p1 span{
        color: #D50000;
    }
    .mobile-compare_btn{
        display: block;
        width: 100%;
        height: 0.4rem;
        font-size: 0.16rem;
        color: #fff;
        line-height: 0.4rem;
        text-align: center;
        background: #D50000;
        border-radius: 1rem;
    }
    .mobile-compare_text .mobile-compare_btn{
        margin-top: 0.24rem;
    }
    .mobile-title{
        position: relative;
        border-top: 1px solid #EDEDED;
        border-bottom: 1px solid #EDEDED;
        background: #fff;
    }
    .mobile-title h2{
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.44rem;
        text-align: center;
    }
    .mobile-back{
        position:absolute;
        left: 0;
        top: 0;
        z-index: 10;
        display: block;
        width: 0.44rem;
        height: 0.44rem;
        background: url("../images/image-h5/icon_back.png") no-repeat center;
        background-size: 0.12rem 0.2rem;
    }
    .mobile-compare_top{
        padding: 0.2rem 0.15rem;
        background: #fff;
    }
    .mobile-compare_fund{
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        width: 100%;
        height: 1.35rem;
        border-radius: 0.04rem;
        overflow: hidden;
        background: url("../images/image-h5/compare_bg.png") no-repeat center;
        background-size: cover;
    }
    .mobile-compare_fund .row-1{
        flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        padding: 0.18rem 0.15rem;
    }
    .mobile-compare_fund .row-1 .tit{
        font-size: 0.15rem;
        color: #FFFFFF ;
        line-height: 0.22rem;
        height: 0.44rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .mobile-compare_fund .row-1 .tit em{
        display: inline-block;
        vertical-align: middle;
        margin: -0.03rem 0 0 0.05rem;
        border-top: 0.04rem solid transparent;
        border-bottom: 0.04rem solid transparent;
        border-left: 0.05rem solid #fff;
    }
    .mobile-compare_fund .row-1:last-child{
        padding-left: 0.35rem;
    }
    .mobile-compare_fund .row-1 .label{
        margin-top: 0.06rem;
        font-size: 0;
    }
    .mobile-compare_fund .row-1 .label span{
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-left: 0.12rem;
        font-size: 0.12rem;
        color: #fff ;
        line-height: 0.2rem;
        font-family: 'BarlowCondensed-Regular', -apple-system;
    }
    .mobile-compare_fund .row-1 .label span:before{
        position: absolute;
        left: 0.06rem;
        top: 0.04rem;
        content: "";
        display: block;
        width: 1px;
        height:0.12rem;
        background: rgba(255,255,255,.5);
    }
    .mobile-compare_fund .row-1 .label span:first-child{
        padding-left: 0;
    }
    .mobile-compare_fund .row-1 .label span:first-child::before{
        display: none;
    }
    .mobile-compare_fund .row-1 .change_btn{
        margin: 0.06rem auto 0;
        display: block;
        width: 0.2rem;
        height: 0.23rem;
        background: url(../images/image-h5/icon03.png) no-repeat center;
        background-size: 0.19rem 0.24rem;
    }
    .mobile-compare_top .tips{
        margin-top: 0.2rem;
        font-size: 0.12rem;
        color: #808080;
        line-height: 0.2rem;
        text-align: justify;
    }
    .mobile-compare_item{
        margin-top:0.1rem;
        padding: 0.16rem 0.15rem 0;
        background: #fff;
    }
    .mobile-compare_item h2{
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.24rem;
        font-weight: 500;
    }
    .mobile-compare_item .type_list{
        margin-top: 0.16rem;
    }
    .mobile-compare_item .type_list li{
        float: left;
        width: 50%;
        padding-left: 0.09rem;
    }
    .mobile-compare_item .type_list .p1{
        position: relative;
        font-size: 0.13rem;
        color: #333333;
        line-height: 0.2rem;
    }
    .mobile-compare_item .type_list .p1 em{
        position: absolute;
        left:-0.09rem;
        top: 0.07rem;
        display: block;
        width: 0.05rem;
        height: 0.05rem;
        border-radius: 100%;
    }
    .mobile-compare_item .type_list .p1 em.em_01{
        background: #CC101B;
    }
    .mobile-compare_item .type_list .p1 em.em_02{
        background: #104FCC;
    }
    .mobile-compare_item .type_list .p2{
        font-size: 0.13rem;
        line-height: 0.2rem;
        color: #404040;
        font-family: 'BarlowCondensed-Regular', -apple-system;
    }
    .mobile-compare_item .time_sel{
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        padding-bottom: 0.2rem;
    }
    .mobile-compare_item .time_sel span{
        display: block;
        flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        border: 1px solid #EDEDED;
        border-left: none;
        font-size: 0.13rem;
        color: #333333;
        line-height: 0.32rem;
        text-align: center;
        font-family: 'BarlowCondensed-Regular', -apple-system;
    }
    .mobile-compare_item .time_sel span.act{
        color: #D50000;
    }
    .mobile-compare_item .time_sel span:first-child{
        border-left: 1px solid #EDEDED;
        border-radius: 0.04rem 0 0 0.04rem;
    }
    .mobile-compare_item .time_sel span:last-child{
        border-radius: 0 0.04rem 0.04rem 0;
    }
    .m-ablue{
        color: #104FCC !important;
    }
    .mobile-table03{
        margin-top: 0.16rem;
    }
    .mobile-table03 table{
        width: 100%;
        table-layout: fixed;
    }
    .mobile-table03 table td{
        padding: 0.17rem 0;
        text-align: center;
        vertical-align: middle;
        border-top: 1px solid #EDEDED;
    }
    .mobile-table03 table td:first-child{
        text-align: left;
    }
    .mobile-table03 table td:last-child{
        text-align: right;
    }
    .mobile-table03 table .p1{
        font-size: 0.14rem;
        color: #808080;
        line-height: 0.2rem;
        font-family: BarlowSemiCondensed-Medium;
    }
    .mobile-table03 table .p2{
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.2rem;
        font-family: 'BarlowCondensed-Regular', -apple-system;
    }
    .mobile-compare_manager{
        margin-top: 0.16rem;
        border-top: 1px solid #EDEDED;
    }
    .mobile-compare_manager .list{
        padding: 0.2rem 0 0.1rem;
    }
    .mobile-compare_manager .list li{
        float: left;
        width: 50%;
        text-align: left;
    }
    .mobile-compare_manager .list li:last-child{
        text-align: right;
    }
    .mobile-compare_manager .img_box{
        font-size: 0;
    }
    .mobile-compare_manager .img_box .img{
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-left: -0.28rem;
        width: 0.58rem;
        height: 0.58rem;
        border-radius: 100%;
        overflow: hidden;
    }
    .mobile-compare_manager .img_box img{
        display: block;
        width: 100%;
    }
    .mobile-compare_manager .img_box .img:first-child{
        margin-left: 0;
        z-index: 50;
    }
    .mobile-compare_manager .img_box .img:nth-child(2),
    .mobile-compare_manager li:last-child .img_box img:nth-child(n-1){
        z-index: 40;
    }
    .mobile-compare_manager .img_box .img:nth-child(3),
    .mobile-compare_manager li:last-child .img_box img:nth-child(n-2){
        z-index: 30;
    }
    .mobile-compare_manager .img_box .img:nth-child(4),
    .mobile-compare_manager li:last-child .img_box img:nth-child(n-3){
        z-index: 20;
    }
    .mobile-compare_manager li:last-child .img_box .img{
        margin-right: 0.28rem;
    }
    .mobile-compare_manager li:last-child .img_box .img:last-child{
        margin-right: 0;
        z-index: 50;
    }
    .mobile-compare_manager .item{
        margin-top: 0.16rem;
    }
    .mobile-compare_manager .item .tit{
        margin-bottom: 0.06rem;
        font-size: 0.16rem;
        color: #404040;
        line-height:0.24rem;
        font-weight: 500;
    }
    .mobile-compare_manager .item .txt{
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.2rem;
    }
    .mobile-compare_manager .item .txt span{
        color: #404040;
        font-family: 'BarlowCondensed-Regular', -apple-system;
    }
    .mobile-all_btn{
        font-size: 0;
        text-align: center;
    }
    .mobile-all_btn a{
        display: inline-block;
        vertical-align: top;
        padding: 0.18rem 0.17rem 0.18rem 0;
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.2rem;
        background: url("../images/image-h5/icon04.png") no-repeat right center;
        background-size: 0.11rem 0.06rem;
    }
    .mobile-all_btn a.up{
        background: url("../images/image-h5/icon05.png") no-repeat right center;
        background-size: 0.11rem 0.06rem;
    }
    .mobile-compare_combine{
        margin-top: 0.16rem;
    }
    .mobile-compare_combine table{
        width: 100%;
        table-layout: fixed;
    }
    .mobile-compare_combine table th{
        padding: 0.16rem 0.2rem;
        font-size: 0.14rem;
        color: #666666;
        line-height: 0.2rem;
        text-align: center;
        border: 1px solid #EDEDED;
        font-weight: 500;
    }
    .mobile-compare_combine table td{
        padding: 0.16rem 0.2rem;
        border: 1px solid #EDEDED;
    }
    .mobile-compare_combine .chart_img{
        margin-top: 0.14rem;
        width: 0.9rem;
        height: 0.9rem;
    }
    .mobile-compare_combine .list{
        margin-top: 0.16rem;
    }
    .mobile-compare_combine .list li{
        margin-top: 0.07rem;
        position: relative;
        padding-left: 0.1rem;
        font-size: 0.14rem;
        color: #404040;
        line-height: 0.22rem;
    }
    .mobile-compare_combine .list li em{
        position: absolute;
        left: 0;
        top: 0.05rem;
        display: block;
        width: 0.04rem;
        height: 0.12rem;
    }
    .mobile-compare_combine .list li em.em_01{
        background: #FF4040;
    }
    .mobile-compare_combine .list li em.em_02{
        background: #FF7F00 ;
    }
    .mobile-compare_combine .list li em.em_03{
        background: #FFDB97;
    }
    .mobile-compare_combine .list li em.em_04{
        background: #FFCB96;
    }
    .mobile-compare_combine .list li em.em_05{
        background: #104FCC;
    }
    .mobile-compare_combine .list li em.em_06{
        background: #2889EE;
    }
    .mobile-compare_combine .list li em.em_07{
        background: #6EB7FF;
    }
    .mobile-compare_combine .list li em.em_08{
        background: #C5D7FB ;
    }
    .mobile-compare_combine .list li span{
        float: right;
        font-family: 'BarlowSemiCondensed-Medium', -apple-system;
    }
    .mobile-compare_combine .list li i,
    .mobile-compare_combine .list01 li i{
        display: inline-block;
        vertical-align: top;
        max-width: 60%;
        line-height: 0.22rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-table03 td[colspan]{
        padding: 0;
        text-align: center;
        border-top: none;
    }
    .mobile-table03 .explain_box{
        margin-top: -0.05rem;
        position: relative;
        padding: 0.1rem 0.15rem;
        background: #FFF7EB;
        border-radius: 0.02rem;
    }
    .mobile-table03 .explain_box:before{
        position: absolute;
        top: -0.06rem;
        left: 50%;
        content: "";
        display: block;
        border-left: 0.06rem solid transparent;
        border-right: 0.06rem solid transparent;
        border-bottom: 0.06rem solid #FFF7EB;
        transform: translateX(-50%);
    }
    .mobile-table03 .explain_box p{
        font-size: 0.12rem;
        color: #FF9500;
        line-height: 0.2rem;
        text-align: center;
    }
    .mobile-table03 .explain_box p.p11{
        text-align: left;
    }
    .mobile-table03.pb20{
        padding-bottom: 0.2rem;
        border-top: 1px solid #EDEDED;
    }
    .mobile-table03.pb20 table td{
        border-top: none;
    }
    .mobile-compare_combine .list01 li{
        margin-top: 0.07rem;
        position: relative;
        padding-left: 0.1rem;
        font-size: 0.14rem;
        color: #404040;
        line-height: 0.22rem;
    }
    .mobile-compare_combine .list01 li:first-child{
        margin-top: 0;
    }
    .mobile-compare_combine .list01 li em{
        position: absolute;
        left: 0;
        top: 0.09rem;
        display: block;
        width: 0.04rem;
        height: 0.04rem;
    }
    .mobile-compare_combine .list01 li em.em_01{
        background: #D50000;
    }
    .mobile-compare_combine .list01 li em.em_02{
        background: #104FCC ;
    }
    .mobile-compare_combine .list01 li span{
        float: right;
        font-family: 'BarlowSemiCondensed-Medium', -apple-system;
    }
    @media screen and (max-width:320px){
        .mobile-compare_combine table td{
            padding: 0.16rem 0.15rem;
        }
        .mobile-compare_combine .list01 li,
        .mobile-compare_combine .list li{
            font-size: 0.12rem;
        }
    }
    .menu_page{
        position: fixed;
        left:100%;
        top: 0;
        z-index: 99999;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
    }
    .menu_page.active{
        left: 0;
    }
    .mobile-close{
        position: absolute;
        right:0.15rem;
        top:0.22rem;
        z-index: 20;
        display: block;
        width:0.22rem;
        height: 0.22rem;
        background: url("../images/image-h5/menu_close.png") no-repeat center;
        background-size: 0.22rem;
    }
    .mobile-menu_list{
        padding: 0.1rem 0.2rem 0.2rem;
        height: calc(100% - 0.66rem);
        overflow-y:auto;
    }
    .mobile-menu_list .outer_list li{
        position: relative;
        border-bottom: 1px solid #EDEDED;
    }
    .mobile-menu_list .outer_list li&gt;a{
        display: block;
        padding: 0.15rem 0.1rem;
        font-size:0.16rem;
        color: #404040;
        line-height: 0.24rem;
    }
    .mobile-menu_list .outer_list li&gt;em{
        position: absolute;
        right: 0;
        top:0.17rem;
        z-index: 50;
        display: block;
        width: 0.2rem;
        height: 0.2rem;
        background: url("../images/image-h5/menu_right.png") no-repeat center;
        background-size: 0.11rem 0.16rem;
        transform: rotate(90deg);
    }
    .mobile-adv.white{
        border-top: 1px solid #EDEDED;
        padding: 0.17rem 0.8rem 0.18rem 0.78rem;
        min-height: 0.79rem;
        background: #fff;
    }
    .mobile-adv.white img{
        left: 0.2rem;
        top: 0.17rem;
        width: 0.44rem;
        height: 0.44rem;
    }
    .mobile-adv.white h3,
    .mobile-adv.white .p1{
        color: #404040;
    }
    .mobile-adv.white h3{
        font-size: 0.16rem;
    }
    .mobile-adv.white .p1{
        font-size: 0.12rem;
        margin-top: 0.04rem;
    }
    .mobile-adv.white .btn{
        top:0.28rem;
    }
    .mobile-menu_list .outer_list&gt;li.act&gt;a{
        color: #D50000;
        font-weight: 700;
    }
    .mobile-menu_list .outer_list&gt;li.act em{
        background: url(../images/image-h5/menu_right01.png) no-repeat center;
        background-size: 0.11rem 0.16rem;
        transform: rotate(0deg);
    }
    .mobile-menu_list .inner_list{
        border-top: 1px solid #EDEDED;
    }
    .mobile-menu_list .inner_list li&gt;a{
        color: #808080;
        padding-left: 0.25rem;
    }
    .mobile_type_list{
        padding-top: 0.1rem;
        font-size: 0;
        white-space: nowrap;
        overflow-x: auto;
    }
    .mobile_type_list span{
        display: inline-block;
        vertical-align: top;
        padding: 0 0.15rem;
        margin-left: 0.1rem;
        font-size: 0.14rem;
        color: #808080;
        line-height: 0.28rem;
        background: #E9E9E9;
        border-radius: 1rem;
    }
    .mobile_type_list span:last-child{
        margin-right: 0.1rem;
    }
    .mobile_type_list span.on{
        color: #D50000;
        background: #FAE5E5;
    }
    .mobile-cond_overlay{
        position: fixed;
        left:100%;
        top: 0;
        z-index: 99999;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.4);
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
    }
    .mobile-cond_overlay.active{
        left: 0;
    }
    .mobile-cond_detail{
        margin-left:14.7%;
        width: 85.3%;
        height: 100%;
        padding: 0.3rem 0.2rem 0.2rem;
        background: #fff;
    }
    .mobile-cond_detail h2{
        padding-bottom: 0.14rem;
        font-size: 0.15rem;
        color: #808080 ;
        line-height:0.21rem;
        border-bottom: 1px solid #EDEDED;
    }
    .mobile-cond_detail .main_box{
        height:calc( 100% - 1.06rem);
        padding-bottom:0.1rem;
        overflow-y: auto;
    }
    .mobile-cond_detail .item{
        margin-top: 0.3rem;
    }
    .mobile-cond_detail .tit{
        margin-bottom: 0.04rem;
        font-size: 0.14rem;
        color:#404040;
        line-height: 0.2rem;
    }
    .mobile-cond_detail .tit span{
        color: #808080;
    }
    .mobile-cond_detail .list li{
        float: left;
        margin: 0.1rem 0.1rem 0 0;
        padding: 0.1rem 0;
        width: calc(33% - 0.07rem);
        font-size: 0.14rem;
        color: #404040 ;
        line-height: 0.2rem;
        text-align: center;
        background: #F7F7F7;
        border-radius:1rem;
    }
    .mobile-cond_detail .list li:nth-child(3n){
        margin-right: 0;
    }
    .mobile-cond_detail .list li.act{
        background: rgba(213,0,0,0.10);
        color: #D50000 ;
    }
    @media screen and ( max-width: 320px){
        .mobile-cond_detail .list li{
            font-size: 0.12rem;
            padding: 0.06rem 0;
        }
    }
    .mobile-cond_btn{
        margin-top: 0.2rem;
        font-size: 0;
    }
    .mobile-cond_btn a{
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 0.05rem);
        height: 0.4rem;
        font-size: 0.16rem;
        color: #404040;
        line-height:0.4rem;
        text-align: center;
        background: #FFFFFF;
        border: 1px solid #EBEBEB;
        border-radius: 0.02rem;
    }
    .mobile-cond_btn a.act{
        border-color:#D50000;
        color: #fff;
        background: #D50000;
    }
    .mobile-cond_btn a:last-child{
        margin-left: 0.1rem;
    }
    .mobile_type_sel.mr25 span:last-child{
        margin-right: 0.25rem;
    }
    .mobile-header .mobile-back{
        left: 0;
        top: 0.11rem;
    }
    .mobile-header h1{
        font-size: 0.2rem;
        color: #333333;
        line-height: 0.34rem;
        text-align: center;
    }
    .border-top{
        border-top: 1px solid #EDEDED;
    }
    .mobile-article_list{
        padding: 0 0.2rem;
    }
    .mobile-article_list li{
        padding: 0.4rem 0;
        border-bottom: 1px solid #EDEDED;
    }
    .mobile-article_list li a{
        display: block;
        color: #404040;
    }
    .mobile-article_list li a&gt;img{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .mobile-article_list li .tit{
        font-size: 0.3rem;
        color: #404040;
        line-height: 0.4rem;
        text-align: justify;
    }
    .mobile-article_list li .p1{
        margin-top: 0.17rem;
        font-size: 0.14rem;
        color: #404040;
        line-height: 0.2rem;
        font-family: 'BarlowCondensed-Regular', -apple-system;
    }
    .mobile-article_list li .p1 span{
        margin-right: 0.1rem;
    }
    .mobile-article_list li .p2{
        margin-top: 0.17rem;
        font-size: 0.16rem;
        color: #404040 ;
        line-height: 0.24rem;
        text-align: justify;
    }
    .mobile-article_list li:last-child{
        border-bottom: none;
    }
    .mobile-article_tab{
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        border-top: 1px solid #EDEDED;
        background: #fff;
    }
    .mobile-article_tab .row-1{
        position: relative;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.44rem;
        text-align: center;
    }
    .mobile-article_tab .row-1.act{
        color: #CC101B ;
        font-weight: 500;
    }
    .mobile-article_tab .row-1.act:after{
        position: absolute;
        left: 50%;
        bottom: -1px;
        margin-left: -0.11rem;
        z-index: 220;
        content: "";
        display: block;
        width: 0.22rem;
        height: 0.02rem;
        background: #CC101B;
    }
    .mobile-article_detail .title_box{
        padding: 0.3rem 0.2rem;
    }
    .mobile-article_detail .title_box .tit{
        font-size: 0.3rem;
        color: #404040;
        line-height: 0.4rem;
        text-align: justify;
        font-weight: 700;
    }
    .mobile-article_detail .title_box .time{
        margin-top: 0.2rem;
        font-size: 0.14rem;
        color: #404040;
        line-height: 0.18rem;
    }
    .mobile-article_detail .title_box .time span{
        margin-left: 0.2rem;
        color: #808080 ;
    }
    .mobile-article_detail .title_box .time i{
        font-style: normal;
        color: #1C1C1C;
    }
    .mobile-article_detail .intro_box{
        position: relative;
        padding: 0.5rem 0.2rem;
        background: #F9F9F9;
    }
    .mobile-article_detail .intro_box p{
        font-size: 0.16rem;
        color: #404040 ;
        line-height: 0.26rem;
        text-align: justify;
    }
    .mobile-article_detail .intro_box:before,
    .mobile-article_detail .intro_box:after{
        position: absolute;
        content: "";
        display: block;
        width: 0.23rem;
        height: 0.2rem;
    }
    .mobile-article_detail .intro_box:before{
        left: 0.2rem;
        top: 0.2rem;
        background: url("../images/image-h5/news_icon01.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-article_detail .intro_box:after{
        right: 0.2rem;
        bottom: 0.2rem;
        background: url("../images/image-h5/news_icon02.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-article_detail .words_box{
        padding: 0.3rem 0.2rem 0.2rem;
    }
    .mobile-article_detail .words_box .p1{
        margin-bottom: 0.3rem;
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.16rem;
    }
    .mobile-article_detail .words_box img{
        margin-bottom: 0.3rem;
        display: block;
        width: 100%;
    }
    .mobile-article_detail .words_box h3{
        margin:0.25rem 0;
        font-size: 0.18rem;
        color: #1C1C1C;
        line-height: 0.26rem;
        font-weight: 500;
    }
    .mobile-article_detail .words_box .txt,
    .mobile-article_detail .words_box p{
        font-size: 0.16rem;
        color: #404040;
        line-height: 0.26rem;
        text-align: justify;
    }
    .mobile-article_detail .words_box .txt.mt25{
        margin-top: 0.25rem;
    }
    .mobile-recom_pro{
        position: relative;
        height: 0.86rem;
    }
    .mobile-recom_pro .recom_pro{
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0.1rem 0.2rem 0.2rem 0.2rem;
        background: #F7F7F7;
    }
    .mobile-recom_pro .recom_pro .row-1{
        -webkit-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
    }
    .mobile-recom_pro .recom_pro .tit{
        font-size: 00.14rem;
        color: #333333 ;
        line-height: 0.16rem;
        font-weight: 500;
        max-height: 0.32rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .mobile-recom_pro .recom_pro .label{
        font-size: 0;
        margin-top: 0.06rem;
    }
    .mobile-recom_pro .recom_pro .label span{
        display: inline-block;
        vertical-align: top;
        margin-right: 0.08rem;
        padding: 0 0.04rem;
        font-size: 0.12rem;
        color: #D50000;
        line-height: 0.18rem;
        background: rgba(213,0,0,.1);
    }
    .mobile-recom_pro .recom_pro .data_box{
        min-width: 0.8rem;
        text-align: right;
    }
    .mobile-recom_pro .recom_pro .p1{
        font-size: 0.16rem;
        color: #D50000;
        line-height: 0.24rem;
        font-family: 'BarlowSemiCondensed-Medium', -apple-system;
    }
    .mobile-recom_pro .recom_pro .p2{
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.2rem;
    }
    .mobile-recom_pro .recom_pro .btn{
        display: inline-block;
        margin-left: 0.2rem;
        font-size: 0.13rem;
        color: #D50000;
        line-height: 0.2rem;
    }
    .ban_dot{
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
        z-index: 50;
        padding: 0.1rem 0;
        height: 0.04rem;
        font-size: 0;
        line-height: 0;
        text-align: center;
    }
    .ban_dot span{
        position:relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 3px;
        width: 4px;
        height: 4px;
        background: #fff;
    }
    .ban_dot span.swiper-active-switch{
        width: 0.32rem;
    }
    .mobile-recom_pro .ban_dot{
        padding: 0;
        bottom: 0.07rem;
    }
    .mobile-recom_pro .ban_dot span{
        background: #BCBCBC;
    }
    .mobile-recom_pro .ban_dot span.swiper-active-switch{
        background: #808080;
    }
    .mobile-recom_pro.mt8{
        margin-top: 0.08rem;
    }
    .mobile-article_list .video_box{
        position: relative;
        margin-bottom: 0.2rem;
    }
    .mobile-article_list .video_box .play_btn1,
    .mobile-video_detail .video_box .play_btn1{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.23) url("../images/image-h5/icon_07.png") no-repeat center;
        background-size: 0.31rem 0.36rem;
    }
    .mobile-article_list .p1 i{
        margin-left: 0.2rem;
        font-style: normal;
    }
    .mobile-video_detail .video_box{
        position: relative;
    }
    .mobile-video_detail .video_box img{
        width: 100%;
    }
    .mobile-video_detail .main_box{
        padding: 0.18rem 0.2rem 0;
    }
    .mobile-video_detail .tit{
        font-size: 0.3rem;
        color: #404040;
        line-height: 0.4rem;
        font-weight: 700;
    }
    .mobile-video_detail .time{
        margin-top: 0.17rem;
        font-size: 0.14rem;
        color:#404040;
        line-height: 0.2rem;
    }
    .mobile-video_detail .time span{
        margin-left: 0.2rem;
        font-family: 'BarlowCondensed-Regular', -apple-system;
    }
    .mobile-video_detail .p1{
        margin-top: 0.17rem;
        font-size: 0.16rem;
        color: #404040;
        line-height: 0.26rem;
        text-align: justify;
    }
    .mobile-video_detail .relate_box{
        margin-top: 0.5rem;
    }
    .mobile-video_detail .relate_box h3{
        padding-left: 0.14rem;
        position: relative;
        font-size: 0.24rem;
        color: #404040 ;
        line-height: 0.34rem;
        font-weight: 500;
    }
    .mobile-video_detail .relate_box h3:before,
    .video_list h3:before{
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.02rem;
        content: "";
        display: block;
        width: 0.04rem;
        height: 0.04rem;
        background: #D50000;
    }
    .mobile-video_detail .relate_box{
        padding-left: 0.2rem;
    }
    .mobile-video_detail .relate_box .list_box{
        margin-top: 0.24rem;
        font-size: 0;
        white-space: nowrap;
        overflow-x: auto;
    }
    .mobile-video_detail .relate_box li{
        display: inline-block;
        vertical-align: top;
        margin-right: 0.15rem;
        width: 2.9rem;
        height: 1.66rem;
        background: #F9F9F9;
    }
    .mobile-video_detail .relate_box li&gt;a{
        height: 100%;
        padding: 0.22rem 0.2rem 0.2rem;
    }
    .mobile-video_detail .relate_box li:last-child{
        margin-right: 0.2rem;
    }
    .mobile-video_detail .relate_box .p11{
        font-size: 0.24rem;
        color: #404040;
        line-height: 0.32rem;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-video_detail .relate_box .p12{
        margin-top: 0.25rem;
        font-size: 0.36rem;
        color: #D50000 ;
        line-height: 0.44rem;
        font-family: 'BarlowSemiCondensed-Medium', -apple-system;
    }
    .mobile-video_detail .relate_box .p13{
        margin-top: 0.03rem;
        font-size: 0.16rem;
        color: #808080;
        line-height: 0.2rem;
    }
    .mobile-video_detail .video_list{
        margin-top: 0.4rem;
    }
    .mobile-video_detail .video_list h3{
        position: relative;
        padding-left: 0.14rem;
        font-size: 0.2rem;
        color: #404040;
        line-height: 0.28rem;
        font-weight: 500;
    }
    .mobile-video_detail .video_list .list{
        padding-top: 0.06rem;
    }
    .mobile-video_detail .video_list li{
        position: relative;
        padding: 0.2rem 0 0.2rem 1.37rem;
        min-height:1.1rem;
        border-bottom: 1px solid #EDEDED;
    }
    .mobile-video_detail .video_list li:last-child{
        border-bottom: none;
    }
    .mobile-video_detail .video_list img{
        position: absolute;
        top: 0.2rem;
        left: 0;
        display: block;
        width: 1.17rem;
    }
    .mobile-video_detail .video_list .p11{
        font-size: 0.16rem;
        color: #404040 ;
        line-height: 0.22rem;
        height: 0.44rem;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .mobile-video_detail .p12{
        margin-top: 0.1rem;
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.16rem;
        font-family: 'BarlowCondensed-Regular', -apple-system;
    }
    .mobile-video_detail .p13{
        margin-bottom: 0.1rem;
        font-size: 0.16rem;
        color: #404040 ;
        line-height: 0.2rem;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobile-video_detail .p14{
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.2rem;
    }
    .mobile-video_detail .relate_box a,
    .mobile-video_detail .video_list a{
        color: #404040;
        display: block;
    }
    .overlay_time{
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10000;
        max-height: 80%;
        width: 100%;
        padding-left: 0.15rem;
        overflow-y: auto;
        background: #fff;
        border-top: 1px solid #EDEDED;
    }
    .overlay_time li{
        position: relative;
        padding: 0.13rem 0;
        font-size: 0.15rem;
        color: #404040;
        line-height: 0.2rem;
        border-bottom: 1px solid #EDEDED;
    }
    .overlay_time li.act{
        color: #D50000;
        font-weight: 500;
    }
    .overlay_time li.act:before{
        position: absolute;
        right: 0.15rem;
        top: 50%;
        margin-top: -0.07rem;
        content: "";
        display: block;
        width:0.2rem;
        height:0.14rem;
        background: url("../images/image-h5/sel_icon_06.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-no_data{
        padding: 0.4rem 0;
        background: #fff;
    }
    .mobile-no_data img{
        margin: 0 auto 0.06rem;
        display: block;
        width: 0.48rem;
        height: 0.48rem;
    }
    .mobile-no_data .p1{
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.2rem;
        text-align: center;
    }
    .mobile-refresh{
        position: fixed;
        right: 0;
        bottom: 0.4rem;
        z-index: 8888;
        display: block;
        width:0.66rem;
        height: 0.66rem;
        background: url("../images/image-h5/refresh_icon.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-refresh_time{
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 8888;
        width: 100%;
        font-size: 0.13rem;
        color: #D50000 ;
        line-height: 0.3rem;
        height: 0.3rem;
        text-align: center;
        font-family: 'BarlowSemiCondensed-Medium', "microsoft yahei";
        background: rgba(255,220,220,0.80);
    }
    .mobile-refresh_time span{
        margin-left: 0.1rem;
    }
    .mobile-refresh_bottom,
    .mobile-refresh_top{
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.2rem;
        text-align: center;
    }
    .mobile-refresh_top{
        margin:0.15rem 0 0.05rem;
    }
    .mobile-refresh_bottom{
        margin: 0.2rem 0 0.4rem;
    }
    .video_list .list02 li{
        margin-top: 0.2rem;
        padding: 0;
        min-height: auto;
        border-bottom: none;
    }
    .video_list .list02 li img{
        position: inherit;
        left: 0;
        top: 0;
        display:block;
        width: 100%;
    }
    .mobile-manager .top_intro{
        padding: 0.3rem 0.15rem 0.2rem;
    }
    .mobile-manager .top_intro .top{
        position: relative;
        padding-left: 1.12rem;
        min-height: 1.24rem;
    }
    .mobile-manager .top_intro img{
        position: absolute;
        left: 0;
        top: 0;
        width: 0.83rem;
        height: 1.24rem;
    }
    .mobile-manager .top_intro .name{
        padding-top: 0.14rem;
        font-size: 0.24rem;
        color: #404040 ;
        line-height: 0.36rem;
    }
    .mobile-manager .top_intro .name span{
        display:inline-block;
        vertical-align: middle;
        margin-left: 0.15rem;
        margin-top: -0.03rem;
        padding:0 0.07rem;
        font-size: 0.12rem;
        color:#FF9500;
        line-height: 0.2rem;
        border: 1px solid #FF9500;
        border-radius: 2px;
    }
    .mobile-manager .top_intro .list{
        margin-top: 0.22rem;
    }
    .mobile-manager .top_intro li{
        float: left;
        padding-right: 0.32rem;
    }
    .mobile-manager .top_intro li:last-child{
        padding-right: 0;
    }
    .mobile-manager .top_intro .p1{
        font-size: 0.16rem;
        color: #404040;
        line-height: 0.2rem;
        font-family: 'BarlowCondensed-Regular', "microsoft yahei";
    }
    .mobile-manager .top_intro .p2{
        margin-top: 0.05rem;
        font-size: 0.13rem;
        color:#808080 ;
        line-height: 0.2rem;
    }
    .mobile-manager .top_intro .intro{
        position: relative;
        margin-top: 0.2rem;
        font-size: 0.14rem;
        color:#404040;
        line-height: 0.24rem;
        text-align: justify;
    }
    .mobile-manager .top_intro .intro p{
        display: inline;
        font-size: 0.14rem;
        color:#404040;
        line-height: 0.24rem;
        text-align: justify;
    }
    .mobile-manager .top_intro .intro.ellipsis-3{
        max-height: 0.72rem;
    }
    .mobile-manager .top_intro .intro .btn{
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 100;
        display:inline-block;
        vertical-align: top;
        padding-left: 0.15rem;
        font-size: 0.14rem;
        color: #D50000;
        line-height: 0.24rem;
        background: #fff;
        white-space: nowrap;
    }
    .mobile-manager .top_intro .intro .btn:before{
        position: absolute;
        left: 0;
        bottom: 0;
        content: "...";
        display: inline-block;
        vertical-align: top;
        font-size: 0.14rem;
        color:#404040;
        line-height: 0.24rem;
    }
    .mobile-manager .top_intro .intro .btn.act{
        position: inherit;
        margin-left: 0.1rem;
        padding-left: 0;
    }
    .mobile-manager .top_intro .intro .btn.act:before{
        display: none;
    }
    .mobile-table02 table td .btn{
        color: #D50000;
    }
    .mobile-table02 table .p1 span{
        position: relative;
        padding-left: 0.11rem;
    }
    .mobile-table02 table .p1 span:before{
        position:absolute;
        left: 0.06rem;
        top: 0.02rem;
        content: "";
        display: block;
        width: 1px;
        height: 0.12rem;
        background: #F6F6F6;
    }
    .mobile-tab_box span.hot em{
        display: inline-block;
        vertical-align: top;
        margin-left: 0.08rem;
        width: 0.13rem;
        height:0.46rem;
        background: url("../images/image-h5/hot_icon.png") no-repeat center;
        background-size: 0.13rem 0.16rem;
    }
    .mobile-tab_box span.hot:after{
        margin-left: -0.26rem;
    }
    .mobile-hot_title{
        padding: 0.2rem 0.15rem 0.15rem;
    }
    .mobile-hot_title a{
        display: block;
    }
    .mobile-hot_title a img{
        display: block;
        width: 100%;
        box-shadow:0 0.1rem 0.1rem rgba(0,0,0,0.12);
        border-radius: 4px;
    }
    .mobile-cond_detail .mobile-close{
        top: 0.29rem;
        background: url(../images/image-h5/menu_close.png) no-repeat center;
        background-size: 0.15rem;
    }
    .mobile-about_banner{
        position: relative;
    }
    .mobile-about_banner img,
    .mobile-about_detail .img_box img{
        display: block;
        width: 100%;
    }
    .mobile-about_banner .txt_box{
        position: absolute;
        left: 0;
        top: 32.42%;
        width: 100%;
        padding: 0 0.2rem;
    }
    .mobile-about_banner .txt_box h2{
        font-size: 0.36rem;
        color: #FFFFFF;
        line-height: 0.4rem;
        margin-bottom: 0.13rem;
    }
    .mobile-about_banner .txt_box p{
        font-size: 0.16rem;
        color: #FFFFFF;
        line-height: 0.26rem;
    }
    .mobile-about_detail{
        padding:0 0.2rem;
    }
    .mobile-about_detail .item{
        padding: 0.45rem 0 0.5rem;
        border-top:1px solid #EDEDED;
    }
    .mobile-about_detail .item:first-child{
        border-top: none;
    }
    .mobile-about_detail .item:last-child{
        padding-bottom: 0.1rem;
    }
    .mobile-about_detail .tit{
        font-size: 0.3rem;
        color: #404040 ;
        line-height: 0.4rem;
        margin-bottom: 0.25rem;
    }
    .mobile-about_detail .txt{
        margin-bottom: 0.3rem;
        font-size: 0.16rem;
        color: #404040 ;
        line-height: 0.26rem;
        text-align: justify;
    }
    .mobile-about_detail .list_01 li{
        min-height: 1.3rem;
        margin-bottom: 0.1rem;
        padding: 0.25rem 0.36rem;
        border-left: 0.04rem solid  #D50000;
        background: #F7F7F7;
    }
    .mobile-about_detail .list_01 .p1{
        font-size: 0.48rem;
        color: #D50000;
        line-height: 0.54rem;
        font-family: 'BarlowSemiCondensed-Medium', "microsoft yahei";
    }
    .mobile-about_detail .list_01 .p1 span{
        display: inline-block;
        vertical-align: bottom;
        line-height: 0.44rem;
    }
    .mobile-about_detail .list_01 .p2{
        margin-top: 0.05rem;
        font-size: 0.16rem;
        color: #808080;
        line-height: 0.22rem;
    }
    .mobile-about_detail .img_box{
        margin-bottom: 0.3rem;
    }
    .mobile-about_detail .tips{
        padding-top: 0.2rem;
        font-size: 0.16rem;
        color: #BCBCBC;
        line-height: 0.2rem;
        text-align: right;
    }
    .mobile-about_detail .txt.mb0{
        margin-bottom: 0;
    }
    .mobile-about_detail .list_02 li{
        padding-left: 0.7rem;
        margin-bottom: 0.3rem;
        position: relative;
        min-height: 0.4rem;
    }
    .mobile-about_detail .list_02 li em{
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 0.47rem;
        height: 0.38rem;
        background: url("../images/image-h5/about_icon01.png") no-repeat center;
        background-size:100%;
    }
    .mobile-about_detail .list_02 li p{
        font-size: 0.16rem;
        color: #808080;
        line-height: 0.26rem;
        text-align: justify;
    }
    .mobile-about_tab{
        padding-left: 0.1rem;
        white-space: nowrap;
        overflow-y: auto;
        font-size: 0;
        background: #F7F7F7;
    }
    .mobile-about_tab span{
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 0.13rem 0.15rem 0.17rem;
        font-size: 0.32rem;
        color: #808080;
        line-height: 0.4rem;
        font-family: 'BarlowCondensed-Regular', "microsoft yahei";
    }
    .mobile-about_tab span.act{
        color: #D50000;
        font-family: 'BarlowSemiCondensed-Medium', "microsoft yahei";
    }
    .mobile-about_tab span:last-child{
        padding-right: 0.25rem;
    }
    .mobile-about_tab span.act:after{
        position: absolute;
        left: 50%;
        bottom: 0;
        content: "";
        display: block;
        border-right: 0.07rem solid transparent;
        border-left: 0.07rem solid transparent;
        border-bottom: 0.07rem solid #D50000;
        transform: translateX(-50%);
    }
    .mobile-about_module{
        padding: 0 0.2rem;
    }
    .mobile-about_module .item{
        padding: 0.5rem 0;
    }
    .mobile-about_module .item:not(:first-child){
        border-top: 1px solid #EDEDED;
    }
    .mobile-about_module .tit_box{
        position: relative;
        padding-left: 0.85rem;
        padding-top: 0.1rem;
        min-height: 0.65rem;
    }
    .mobile-about_module .tit_box em{
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 0.65rem;
        height: 0.65rem;
    }
    .mobile-about_module .tit_box em.em_01{
        background: url("../images/image-h5/about_icon02.png") no-repeat center;
        background-size: 0.64rem 0.52rem;
    }
    .mobile-about_module .tit_box em.em_02{
        background: url("../images/image-h5/about_icon03.png") no-repeat center;
        background-size: 0.63rem 0.64rem;
    }
    .mobile-about_module .tit_box em.em_03{
        background: url("../images/image-h5/about_icon04.png") no-repeat center;
        background-size: 0.59rem 0.65rem;
    }
    .mobile-about_module .tit_box .tit{
        font-size: 0.2rem;
        color:#D50000;
        line-height: 0.28rem;
    }
    .mobile-about_module .tit_box .txt{
        font-size: 0.16rem;
        color:#D50000;
        line-height: 0.22rem;
        font-family: 'BarlowCondensed-Regular', "microsoft yahei";
    }
    .mobile-about_module .list_01{
        margin-top: 0.4rem;
    }
    .mobile-about_module .list_01 li{
        margin-bottom: 0.3rem;
    }
    .mobile-about_module .list_01 li:last-child{
        margin-bottom: 0;
    }
    .mobile-about_module .list_01 .time{
        font-size: 0.26rem;
        color:#404040;
        line-height: 0.36rem;
        font-family: 'BarlowSemiCondensed-Medium', "microsoft yahei";
    }
    .mobile-about_module .list_01 .name{
        margin-top: 0.05rem;
        font-size: 0.18rem;
        color: #404040 ;
        line-height: 0.26rem;
        margin-bottom: 0.2rem;
    }
    .mobile-about_module .list_01 .p1{
        margin-top: 0.1rem;
        font-size: 0.16rem;
        color: #808080;
        line-height: 0.26rem;
        text-align: justify;
    }
    .mobile-fullPage{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .mobile-fullPage .swiper-slide{
        position: relative;
        width: 100%;
        height: 100%;
    }
    .mobile-fullPage .mobile-footer{
        margin-top: 0;
        border-top: none;
    }
    .mobile-fullPage .swiper-slide .txt_box{
        padding: 1.0rem 0.3rem;
    }
    .mobile-fullPage .swiper-slide .tit{
        font-size: 0.26rem;
        color: #FFFFFF;
        line-height: 0.4rem;
    }
    .mobile-fullPage .swiper-slide .txt{
        margin-top: 0.1rem;
        font-size: 0.16rem;
        color: #FFFFFF ;
        line-height: 0.28rem;
    }
    .mobile-fullPage .swiper-slide .btn{
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-top: 0.45rem;
        font-size: 0.16rem;
        color: #FFFFFF;
        line-height: 0.26rem;
        padding-right: 0.13rem;
        background: url("../images/image-h5/mlcj_icon01.png") no-repeat right center;
        background-size: 0.06rem 0.12rem;
    }
    .mobile-fullPage .swiper-slide .txt_box.red .txt,
    .mobile-fullPage .swiper-slide .txt_box.red .tit{
        color: #8B0000;
    }
    .mobile-fullPage .swiper-slide .txt_box.red .btn{
        color: #8B0000;
        background: url("../images/image-h5/mlcj_icon02.png") no-repeat right center;
        background-size: 0.06rem 0.12rem;
    }
    .mobile-fullPage .swiper-slide .more{
        position: absolute;
        left: 50%;
        top: calc(100% - 1rem);
        margin-left: -0.1rem;
        display:block;
        width: 0.2rem;
        height: 0.2rem;
        background: url("../images/image-h5/mlcj_icon03.png") no-repeat center;
        background-size: 0.16rem;
        animation: seeStyle 1.2s infinite;
    }
    @keyframes seeStyle {
        0% {
            transform: translateY(-0.08rem);
            opacity: 0;
        }
        100%{
            transform: translateY(0);
            opacity: 1;
        }
    }
    .mobile-lcj_banner{
        position: relative;
        height: 2rem;
        padding: 0.62rem 0.2rem 0;
    }
    .mobile-lcj_banner .tit{
        margin-bottom: 0.13rem;
        font-size: 0.26rem;
        color: #FFFFFF;
        line-height: 0.3rem;
    }
    .mobile-lcj_banner .p1{
        font-size: 0.14rem;
        color: #FFFFFF;
        line-height: 0.26rem;
    }
    .mobile-lcj_banner.red .tit,
    .mobile-lcj_banner.red .p1{
        color: #8B0000 ;
    }
    .mobile-lcj_banner .close_btn{
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
        width: 0.74rem;
        height: 0.74rem;
        overflow: hidden;
    }
    .mobile-lcj_banner .close_btn:before{
        position: absolute;
        right: -0.74rem;
        top: -0.74rem;
        z-index: 1;
        content: "";
        display: block;
        width: 1.48rem;
        height: 1.48rem;
        border-radius: 100%;
        background: #D50000;
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    }
    .mobile-lcj_banner .close_btn:after{
        position: absolute;
        right: 0.22rem;
        top: 0.22rem;
        z-index: 10;
        content: "";
        display: block;
        width: 0.18rem;
        height: 0.18rem;
        background: url("../images/image-h5/mlcj_icon04.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-lcj_detail{
        padding: 0 0.2rem;
    }
    .mobile_lcj_dream{
        padding: 0.3rem 0;
        text-align: justify;
    }
    .mobile_lcj_dream .tit{
        font-size: 0.18rem;
        color: #404040 ;
        line-height: 0.28rem;
    }
    .mobile_lcj_dream .p1{
        margin-top: 0.28rem;
        font-size: 0.16rem;
        color:#404040 ;
        line-height: 0.28rem;
    }
    .mobile-lcj_detail .list_01 li{
        padding: 0.45rem 0 0.24rem;
        border-top: 1px solid #EDEDED;
    }
    .mobile-lcj_detail .list_01 .top_box{
        min-height: 0.65rem;
        padding-right: 0.8rem;
        position: relative;
    }
    .mobile-lcj_detail .list_01 h3{
        margin-bottom: 0.05rem;
        font-size: 0.24rem;
        color: #404040;
        line-height: 0.34rem;
    }
    .mobile-lcj_detail .list_01 p{
        margin-bottom: 0.26rem;
        font-size: 0.16rem;
        color: #808080;
        line-height: 0.26rem;
        text-align: justify;
    }
    .mobile-lcj_detail .list_01 .top_box em{
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 0.6rem;
        height: 0.6rem;
    }
    .mobile-lcj_detail .list_01 .top_box em.em_01{
        background: url("../images/image-h5/mlcj_icon05.png") no-repeat center;
        background-size: 0.57rem 0.56rem;
    }
    .mobile-lcj_detail .list_01 .top_box em.em_02{
        background: url("../images/image-h5/mlcj_icon06.png") no-repeat center;
        background-size: 0.56rem 0.52rem;
    }
    .mobile-lcj_detail .list_01 .top_box em.em_03{
        background: url("../images/image-h5/mlcj_icon07.png") no-repeat center;
        background-size: 0.56rem 0.58rem;
    }
    .mobile-lcj_detail .list_01 .top_box em.em_04{
        background: url("../images/image-h5/mlcj_icon08.png") no-repeat center;
        background-size: 0.56rem;
    }
    .mobile-lcj_detail .list_01 .tips_box{
        position: relative;
        padding-left: 0.46rem;
    }
    .mobile-lcj_detail .list_01 .tips_box:before{
        position: absolute;
        left: 0;
        top: 0.05rem;
        content: "";
        display: block;
        width:0.24rem;
        height: 0.24rem;
        background: url("../images/image-h5/mlcj_icon09.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-lcj_detail .list_02 li{
        padding: 0.5rem 0 0;
        border-top: 1px solid #EDEDED;
    }
    .mobile-lcj_detail .list_02 h3{
        margin-bottom: 0.2rem;
        font-size: 0.3rem;
        color: #404040;
        line-height: 0.4rem;
    }
    .mobile-lcj_detail .list_02 .txt{
        margin-bottom: 0.26rem;
        font-size: 0.16rem;
        color: #808080;
        line-height: 0.26rem;
        text-align: justify;
    }
    .mobile-lcj_detail .list_02 .type_box{
        margin-top: 0.3rem;
        background: #F9F9F9;
        border-radius: 0.24rem 0.24rem 0 0;
    }
    .mobile-lcj_detail .list_02 .type_box .intro{
        padding: 0.25rem;
        font-size: 0.16rem;
        color: #FFFFFF;
        line-height: 0.26rem;
        text-align: justify;
        background: #AD0000;
        border-radius: 0.24rem 0.24rem 0 0.24rem;
    }
    .mobile-lcj_detail .list_02{
        margin-top: 0.2rem;
    }
    .mobile-lcj_detail .list_02 dl{
        padding: 0.35rem 0.2rem 0.15rem;
    }
    .mobile-lcj_detail .list_02 dt{
        font-size: 0.24rem;
        color: #404040 ;
        line-height: 0.34rem;
    }
    .mobile-lcj_detail .list_02 dd{
        margin-top: 0.08rem;
        margin-bottom: 0.25rem;
        font-size: 0.16rem;
        color: #8B8B8B;
        line-height: 0.26rem;
        text-align: justify;
    }
    .mobile-lcj_detail .list_02 dd span{
        color: #8F0000;
    }
    .mobile-lcj_detail .list_02 .img_box{
        margin-top: 0.3rem;
        width: calc(100% + 0.4rem);
        margin-left: -0.2rem;
    }
    .mobile-lcj_item.bt{
        margin-top: 0.2rem;
        border-top: 1px solid #EDEDED;
    }
    .mobile-lcj_item{
        padding: 0.5rem 0.2rem;
    }
    .mobile-lcj_item.gray{
        background: #F9F9F9;
    }
    .mobile-lcj_item h3{
        font-size: 0.3rem;
        color: #404040;
        line-height: 0.4rem;
        text-align: justify;
    }
    .mobile-lcj_item .txt{
        margin-top: 0.2rem;
        font-size: 0.16rem;
        color: #808080 ;
        line-height: 0.26rem;
        text-align: justify;
    }
    .mobile-lcj_item .list li{
        margin-top: 0.4rem;
    }
    .mobile-lcj_item .list em{
        display: block;
        width: 0.33rem;
        height: 0.33rem;
    }
    .mobile-lcj_item .list em.em_01{
        background: url("../images/image-h5/mlcj_icon10.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-lcj_item .list em.em_02{
        background: url("../images/image-h5/mlcj_icon11.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-lcj_item .list em.em_03{
        background: url("../images/image-h5/mlcj_icon12.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-lcj_item .list em.em_04{
        background: url("../images/image-h5/mlcj_icon13.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-lcj_item .list em.em_05{
        background: url("../images/image-h5/mlcj_icon14.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-lcj_item .list em.em_06{
        background: url("../images/image-h5/mlcj_icon15.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-lcj_item .list em.em_07{
        background: url("../images/image-h5/mlcj_icon16.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-lcj_item .list em.em_08{
        background: url("../images/image-h5/mlcj_icon17.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-lcj_item .list em.em_09{
        background: url("../images/image-h5/mlcj_icon18.png") no-repeat center;
        background-size: 100%;
    }
    .mobile-lcj_item .list .tit{
        margin-top: 0.13rem;
        font-size: 0.24rem;
        color: #930000 ;
        line-height: 0.34rem;
    }
    .mobile-lcj_item .list .p1{
        margin-top: 0.15rem;
        font-size: 0.16rem;
        color: #808080 ;
        line-height: 0.26rem;
        text-align: justify;
    }
    .mobile-product_article{
        padding: 0.3rem 0.2rem 0;
    }
    .mobile-product_article .tit{
        font-size: 0.2rem;
        color: #404040;
        line-height: 0.28rem;
        font-weight: 700;
        text-align: justify;
    }
    .mobile-product_article .time{
        margin: 0.08rem 0 0.15rem;
        font-size: 0.13rem;
        color: #808080;
        line-height: 0.2rem;
    }
    .mobile-product_article .time span{
        color: #404040;
    }
    .mobile-product_article .download_btn01{
        display: inline-block;
        vertical-align: top;
        float: right;
        padding-left: 0.25rem;
        color: #D50000;
        line-height: 0.2rem;
        background: url("../images/image-h5/download_icon0001.png") no-repeat left center;
        background-size: 0.15rem;
    }
    .mobile-product_article_detail{
        font-size: 0.16rem;
        color: #404040;
        line-height: 0.24rem;
        text-align: justify;
    }
    .clear_btn{
        position: absolute;
        right: 0.1rem;
        top: 50%;
        margin-top: -0.08rem;
        z-index: 20;
        display: block;
        width:0.15rem;
        height: 0.15rem;
        background: url("../images/image-h5/close_icon.png") no-repeat center;
        background-size: 0.15rem;
    }
    /* 2021-04-13-new_add */
    .mobile-article_detail .words_box p{
        font-size: 0.18rem !important;
        line-height: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .mobile-article_detail .words_box .p1{
        font-size: 0.14rem !important;
    }

    .wrapfix{
        width: auto;
    }
}

</pre></body></html>